home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52
/
Volume 52 - JOGO DISK .iso
/
Games
/
sandwichcooking.swf
/
scripts
/
frame_11
/
PlaceObject2_192_18
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2007-09-27
|
387b
|
21 lines
onClipEvent(enterFrame){
if(++i % 72 == 0)
{
_root.road.bar._xscale += 1;
}
if(_root.road.bar._xscale == 100)
{
stopAllSounds();
_root.gotoAndPlay("Gameover");
}
if(_root.bad == 5)
{
stopAllSounds();
_root.gotoAndPlay("Gameover");
}
if(_root.cook15._currentframe != 1)
{
_root.timer.play();
}
}